Use PESetWindowOptions to set display options for the preview window, including which preview window controls are available. This function must be called after PEOutputToWindow.
BOOL CRPE_API PESetWindowOptions (
short printJob,
PEWindowOptions FAR *options );
Specifies the print job for which you want to set preview window display options. | |
Specifies a pointer to a PEWindowOptions. |
Declare Function PESetWindowOptions Lib "crpe.dll" (
ByVal printJob As Integer, Options As PEWindowOptions ) As Integer
function PESetWindowOptions (
printJob: Word;
var options: PEWindowOptions
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |